home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 5.I.dxr / scripting_2_initialisatie.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  246 b   |  11 lines

  1. on exitFrame me
  2.   global aj_overstroming, tellertje
  3.   tell the stage
  4.     put "Laagland en veel water" into member "titel"
  5.     put "polders" into member "links"
  6.   end tell
  7.   tellertje = 0
  8.   aj_overstroming = 0
  9.   set the blend of sprite 2 to 0
  10. end
  11.